home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
MENU.DIR
/
00217_Script_217
< prev
next >
Wrap
Text File
|
1997-07-23
|
403b
|
16 lines
on exitFrame
-- case true of
-- (rollover(11)) :
-- set the volume of sound 1 = 80
-- go to "drawloop"
-- (rollover(12)) : go to "end"
-- (rollover(13)) :
-- set the volume of sound 1 = 255
-- go to "filmloop"
-- (rollover(14)) :
-- set the volume of sound 1 = 255
-- go to "archloop"
-- (rollover(15)) : go to "quit"
-- end case
--
end